home *** CD-ROM | disk | FTP | other *** search
- This file contains the English translation of the messages LZEXE issues
- when executed with and without parameters.
-
-
- -------------------------------------------------------------------------------
- TITLE:
-
- LZEXE.EXE Version 0.90 ß!! (c) 1989 Fabrice BELLARD
- High-performance Ziv-Lempel EXE-file Compressor
- -------------------------------------------------------------------------------
-
- -------------------------------------------------------------------------------
- DURING COMPRESSION:
-
- Compressing <filename>.EXE
- Reading EXE header OK
- Compressing EXE file OK
- Writing decompressor OK
- Optimizing relocating table OK
- Updating EXE header OK
-
- Compression finished
-
- Reduced from <oldnumber> to <newnumber> bytes
- Reduction: <oldnumber - newnumber> bytes (<percentage>%)
-
- <filename>.EXE renamed <filename>.OLD
- LZTMP.EXE renamed <filename>.EXE
- ------------------------------------------------------------------------------
-
- ------------------------------------------------------------------------------
- ERROR MSG WHEN TRYING TO COMPRESS A COMPRESSED FILE:
-
- Fatal Error 255: The file <filename>.EXE is already compressed
- ------------------------------------------------------------------------------
-
- ------------------------------------------------------------------------------
- MSG ISSUED WHEN LZEXE IS EXECUTED W/O PARAMETERS:
-
- Syntax: LZEXE filename[.EXE] [path]
- "filename" is the name of the EXE file you wish to compress. The .EXE
- extension is always implied, if you omit it.
- "path" is the directory where the temporary file LZTMP.EXE and the
- compressed EXE file will be located. If omitted, it defaults to the
- directory of "filename".
- For greater safety, the compressor creates the compressed EXE file under
- the name LZTMP.EXE, renaming it only when finished.
-
- See LZEXE.DOC for more details.
-
- If you enjoyed this program and if you would like other, more powerful
- versions to be developed, do not hesitate to contact the author:
- Fabrice BELLARD
- 451 chemin du mas de matour
- 34790 GRABELS (FRANCE)
- ------------------------------------------------------------------------------
-
- [Translated by Luigi Bianchi on February 27, 1990]